Posting file in Database comes with unwanted quotation marks laravel

67

// REMOVE ALL OF THESE 
protected $casts = [
        'taskName' => 'array',
        'deadline' => 'array',
        'startDate' => 'array',
    ];

Comments

Submit
0 Comments